encoding/json.decodeState.data (field)
14 uses
encoding/json (current package)
decode.go#L214: data []byte
decode.go#L235: d.data = data
decode.go#L272: s, data, i := &d.scan, d.data, d.off
decode.go#L287: if d.off < len(d.data) {
decode.go#L288: d.opcode = d.scan.step(&d.scan, d.data[d.off])
decode.go#L292: d.off = len(d.data) + 1 // mark processed EOF with len+1
decode.go#L299: s, data, i := &d.scan, d.data, d.off
decode.go#L323: data, i := d.data, d.off
decode.go#L394: if err := d.literalStore(d.data[start:d.readIndex()], v, false); err != nil {
decode.go#L513: return u.UnmarshalJSON(d.data[start:d.off])
decode.go#L610: return u.UnmarshalJSON(d.data[start:d.off])
decode.go#L680: item := d.data[start:d.readIndex()]
decode.go#L1094: item := d.data[start:d.readIndex()]
decode.go#L1134: item := d.data[start:d.readIndex()]